ValidatedMapped

constructor(delegate: ValidatedField<T>, to: Function<T, out N>, from: Function<in N, T>, defaultValue: N = to.apply(delegate.get()))